isStarted

open fun isStarted(): Boolean

Checks if the control is currently in a started or active operational state.

This state is typically achieved after #start() has been successfully called and before #stop() or #dispose() is invoked.

Returns true if the PagerView is currently playing.

Note: This implementation currently always returns true.

Return

true if the PagerView is started, false otherwise.